mirror of
https://github.com/MAGICGrants/strapi.git
synced 2026-01-09 12:47:56 -05:00
fix(docker-compose.prod.yml): container naming
This commit is contained in:
@@ -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:
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user