Skip to content

Commit

Permalink
fix(docker-compose.prod.yml): container naming
Browse files Browse the repository at this point in the history
  • Loading branch information
Keeqler committed Nov 29, 2024
1 parent 23dbf7f commit 64e24df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.prod.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
services:
cloudflared:
image: cloudflare/cloudflared:latest
container_name: cloudflared
container_name: strapi-cloudflared
restart: unless-stopped
command: tunnel --no-autoupdate run
environment:
Expand All @@ -12,7 +12,7 @@ services:

nginx:
image: nginx:1
container_name: nginx
container_name: strapi-nginx
restart: unless-stopped
volumes:
- ./nginx.conf:/etc/nginx/nginx.conf
Expand Down

0 comments on commit 64e24df

Please sign in to comment.