Skip to content

Commit

Permalink
Update docker-compose.yml to Traefik v2
Browse files Browse the repository at this point in the history
Traefik v2 offers more possibilities to add other services easily than v1.
  • Loading branch information
synoniem committed Apr 14, 2024
1 parent f4686e6 commit 58a511d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,6 @@
# - SHAARLI_LETSENCRYPT_EMAIL Contact email for certificate renewal
# - SHAARLI_DOCKER_TAG Shaarli docker tag to use
# See: https://github.com/shaarli/Shaarli/pkgs/container/shaarli/versions?filters%5Bversion_type%5D=tagged
version: '3'

networks:
http-proxy:

Expand Down Expand Up @@ -43,7 +41,7 @@ services:
restart: always

traefik:
image: traefik:2.11-alpine
image: traefik:2.11
container_name: traefik
command:
- "--api.insecure=false"
Expand Down

0 comments on commit 58a511d

Please sign in to comment.