Merge pull request #2104 from maxheadroom/main

add automatic restart of containers
This commit is contained in:
Mouse Reeve 2022-05-16 08:07:49 -07:00 committed by GitHub
commit fd66961ab8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,6 +3,7 @@ version: '3'
services:
nginx:
image: nginx:latest
restart: unless-stopped
ports:
- 1333:80
depends_on: