mirror of
https://github.com/StepanovPlaton/HomeServerServices.git
synced 2026-04-04 04:40:45 +04:00
Migrate to podman
This commit is contained in:
@@ -17,11 +17,11 @@ services:
|
||||
memory: 64M
|
||||
|
||||
nginx-proxy:
|
||||
image: nginx:alpine
|
||||
image: docker.io/nginx:alpine
|
||||
container_name: nginx-proxy
|
||||
restart: always
|
||||
ports:
|
||||
- 80:80
|
||||
- 8080:80
|
||||
volumes:
|
||||
- ./nginx/init:/etc/nginx/conf.d:ro
|
||||
# Папки для SSL сертификатов
|
||||
|
||||
Reference in New Issue
Block a user