Remove old docker-compose file

This commit is contained in:
Anton Vakhrushev 2025-04-13 11:10:34 +03:00
parent 3b001cc2fb
commit acb99ca6f1
Signed by: av
GPG Key ID: F5BF52FC352E255A

View File

@ -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