Update 'x86-docker-compose.yaml'
This commit is contained in:
@@ -3,7 +3,6 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:10.5
|
image: mariadb:10.5
|
||||||
container_name: nextcloud_db
|
|
||||||
restart: always
|
restart: always
|
||||||
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
|
||||||
volumes:
|
volumes:
|
||||||
@@ -15,7 +14,6 @@ services:
|
|||||||
- MYSQL_USER=${MYSQL_USER}
|
- MYSQL_USER=${MYSQL_USER}
|
||||||
app:
|
app:
|
||||||
image: nextcloud-smbclient:latest
|
image: nextcloud-smbclient:latest
|
||||||
container_name: nextcloud
|
|
||||||
restart: always
|
restart: always
|
||||||
ports:
|
ports:
|
||||||
- ${APP_PORT}:80
|
- ${APP_PORT}:80
|
||||||
|
|||||||
Reference in New Issue
Block a user