Browse Source

Fix: Fix syntax error in docker-compose file

pull/169/head
Ji Qu 5 years ago
committed by GitHub
parent
commit
cdc536a01b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      docker-compose.example.yml

+ 1
- 1
docker-compose.example.yml View File

@@ -26,4 +26,4 @@ services:
user: ${CURRENT_UID}
volumes:
- .:/app
restart: no
restart: "no"

Loading…
Cancel
Save