Update 'x86-docker-compose.yaml'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user