1
0
Fork 0
fursona/docker-compose.yml
Ava Gaiety W 6bdb3674df self contained docker and nginx
to self host on my homelab
2024-03-04 04:33:05 +00:00

12 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"