Add container name for web service in docker-compose.yml

pull/90/head
Teck Meng 2024-03-02 10:19:54 +08:00
parent 24b6243c92
commit 2264f6f1ef
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@ version: "3"
services:
web:
image: nginx:alpine
container_name: flarum-web
volumes:
- ./:/var/www
- ./nginx/flarum.conf:/etc/nginx/conf.d/default.conf