Merge pull request #9 from cerc-io/dboreham/remove-container-name

Remove extraneous container name
This commit is contained in:
David Boreham 2023-02-28 08:44:53 -07:00 committed by GitHub
commit 81f8fe7df0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,6 @@ networks:
services:
server:
image: gitea/gitea:1.18.3
container_name: gitea
environment:
- USER_UID=1000
- USER_GID=1000