Skip to content

Commit 11e15a4

Browse files
committed
fix: readme
1 parent 6cd1719 commit 11e15a4

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,17 @@ version: '3'
1313
services:
1414
waky:
1515
container_name: waky
16-
ports:
17-
- '8080:80'
18-
- '8443:443'
19-
- '6001:6001' # Websocket server
2016
environment:
2117
- PUID=1000
2218
- PGID=1000
23-
- APP_URL=http://localhost:8080
19+
- APP_URL=http://localhost
2420
- TZ=Europe/Berlin
2521
volumes:
2622
- '/etc/localtime:/etc/localtime:ro'
2723
- './data/config:/config' # Directory for sqlite database & .env
2824
- './data/ssl/web:/etc/ssl/web' # Directory for ssl certificates
29-
image: 'ghcr.io/quadrubo/waky:latest'
25+
image: 'ghcr.io/quadrubo/waky:main'
26+
network_mode: host
3027
restart: unless-stopped
3128
```
3229

0 commit comments

Comments
 (0)