1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00
tux/docker-compose.yml
kzndotsh e6a7269a09 fix(Dockerfile): remove entrypoint and use CMD for better debugging
refactor(docker-compose.yml): remove version and command for simplification and to avoid redundancy with Dockerfile
2024-08-06 15:45:49 +00:00

10 lines
No EOL
173 B
YAML

services:
tux:
build: .
image: allthingslinux/tux:latest
container_name: tux
restart: unless-stopped
env_file:
- .env
volumes:
- .:/app