Update 'x86-docker-compose.yaml'

This commit is contained in:
2022-09-06 16:47:07 +01:00
parent a4dcde37ed
commit cb543cebbe

View File

@@ -3,7 +3,6 @@ version: '2'
services:
db:
image: mariadb:10.5
container_name: nextcloud_db
restart: always
command: --transaction-isolation=READ-COMMITTED --binlog-format=ROW
volumes:
@@ -15,7 +14,6 @@ services:
- MYSQL_USER=${MYSQL_USER}
app:
image: nextcloud-smbclient:latest
container_name: nextcloud
restart: always
ports:
- ${APP_PORT}:80