Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Quadrubo committed Jul 13, 2023
1 parent 6cd1719 commit 11e15a4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,17 @@ version: '3'
services:
waky:
container_name: waky
ports:
- '8080:80'
- '8443:443'
- '6001:6001' # Websocket server
environment:
- PUID=1000
- PGID=1000
- APP_URL=http://localhost:8080
- APP_URL=http://localhost
- TZ=Europe/Berlin
volumes:
- '/etc/localtime:/etc/localtime:ro'
- './data/config:/config' # Directory for sqlite database & .env
- './data/ssl/web:/etc/ssl/web' # Directory for ssl certificates
image: 'ghcr.io/quadrubo/waky:latest'
image: 'ghcr.io/quadrubo/waky:main'
network_mode: host
restart: unless-stopped
```
Expand Down

0 comments on commit 11e15a4

Please sign in to comment.