nex_music/docker-compose.yml

13 lines
233 B
YAML

version: '3.8'
services:
web:
build: .
container_name: nex-music-web
ports:
- "8081:80"
restart: always
# If you want to mount the .env file dynamically or valid it locally
# env_file:
# - .env