1
0
Fork 0

pyload-ng-compose.yml: removed port 9666 and corrected directory location

This commit is contained in:
Pratham Patel 2022-07-01 21:55:35 +05:30
parent 7f4755e857
commit 3b19309d5b
2 changed files with 5 additions and 6 deletions

View File

@ -48,7 +48,7 @@ secrets:
external: true
# create dirs
# mkdir -p /trayimurti/containers/volumes/nextcloud/{db,root}
# mkdir -vp /trayimurti/containers/volumes/nextcloud/{db,root}
# create secrets
# openssl rand -base64 20 | podman secret create sql_root_passwd -

View File

@ -9,14 +9,13 @@ services:
- PGID=1000
- TZ=Asia/Kolkata
volumes:
- /trayimurti/containers/volumes/payload-ng/config:/config
- /trayimurti/containers/volumes/payload-ng/downloads:/downloads
- /trayimurti/containers/volumes/pyload-ng/config:/config
- /trayimurti/containers/volumes/pyload-ng/downloads:/downloads
ports:
- 8003:8000
- 9666:9666
- 8081:8000
restart: unless-stopped
# default uname:passwd => pyload:pyload
# create dirs
# mkdir -p /trayimurti/containers/volumes/payload-ng/{config,downloads}
# mkdir -vp /trayimurti/containers/volumes/pyload-ng/{config,downloads}