mirror of
https://github.com/pommee/goaway.git
synced 2026-05-07 01:00:02 -05:00
chore: improve docker dev setup
This commit is contained in:
@@ -5,6 +5,9 @@ services:
|
||||
context: .
|
||||
dockerfile: Dockerfile.dev
|
||||
restart: unless-stopped
|
||||
user: 1000:1000
|
||||
volumes:
|
||||
- ./:/app
|
||||
environment:
|
||||
- DNS_PORT=6121
|
||||
- WEBSITE_PORT=8080
|
||||
|
||||
Reference in New Issue
Block a user