Remove old docker-compose file

This commit is contained in:
2025-04-13 11:10:34 +03:00
parent 3b001cc2fb
commit acb99ca6f1

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