Skip to content

Commit c456c7d

Browse files
committed
Merge branch 'nextclouddb-exposed-port-master'
2 parents 3bb1f51 + 6b4e4d7 commit c456c7d

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.templates/nextcloud/service.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ nextcloud_db:
2929
- MYSQL_PASSWORD=%randomMySqlPassword%
3030
- MYSQL_DATABASE=nextcloud
3131
- MYSQL_USER=nextcloud
32-
ports:
33-
- "9322:3306"
3432
volumes:
3533
- ./volumes/nextcloud/db:/config
3634
- ./volumes/nextcloud/db_backup:/backup

docs/Containers/NextCloud.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ nextcloud_db:
3333
- MYSQL_PASSWORD=«user_password»
3434
- MYSQL_DATABASE=nextcloud
3535
- MYSQL_USER=nextcloud
36-
ports:
37-
- "9322:3306"
3836
volumes:
3937
- ./volumes/nextcloud/db:/config
4038
- ./volumes/nextcloud/db_backup:/backup

0 commit comments

Comments
 (0)