nex_music/docker-compose.yml

13 lines
233 B
YAML
Raw Normal View History

2026-01-18 10:23:41 +00:00
version: '3.8'
services:
web:
build: .
container_name: nex-music-web
ports:
2026-01-20 04:36:44 +00:00
- "8081:80"
2026-01-18 10:23:41 +00:00
restart: always
# If you want to mount the .env file dynamically or valid it locally
# env_file:
# - .env