fursona/docker-compose.yml
2024-03-04 04:33:05 +00:00

13 lines
200 B
YAML

version: "3.9"
services:
app:
container_name: nginx-fursona
image: nginx-fursona
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- "9999:8080"