Remove old docker-compose file
This commit is contained in:
parent
3b001cc2fb
commit
acb99ca6f1
@ -1,11 +0,0 @@
|
||||
version: '2'
|
||||
|
||||
services:
|
||||
nginx:
|
||||
image: '${NGINX_IMAGE}'
|
||||
# user: '${CURRENT_UID}:${CURRENT_GID}'
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- '${WEB_SERVER_PORT}:80'
|
||||
env_file:
|
||||
- .env
|
Loading…
Reference in New Issue
Block a user