Compare commits
No commits in common. "6d0bd76ba72b1e615f80851910470cb6fadbd49a" and "65c7080f87dce822e5e4a3b362a3f6539acf09de" have entirely different histories.
6d0bd76ba7
...
65c7080f87
|
@ -1,7 +1,6 @@
|
|||
firewall_in_ports:
|
||||
- "80"
|
||||
- "443"
|
||||
- "25565"
|
||||
- "{{ ssh_port }}"
|
||||
|
||||
hostname: "{{ base_user_name }}"
|
||||
|
|
|
@ -2,5 +2,5 @@ hugo_folder_name: "{{ docker_files }}/hugo"
|
|||
hugo_website: "{{ hugo_folder_name }}/website"
|
||||
# Use extended edition with Git inside
|
||||
# to read git info (useful for lastmod)
|
||||
hugo_version: 0.105.0-ext-alpine
|
||||
hugo_version: 0.83.1-ext-alpine
|
||||
repository_url: https://git.chosto.me/Chosto/blog.git
|
||||
|
|
|
@ -14,9 +14,6 @@ services:
|
|||
SNOOPER_ENABLED: "false"
|
||||
DIFFICULTY: "normal"
|
||||
MOTD: "Le gentil serveur de Momo Pierre et Quentin"
|
||||
WHITELIST: "Joyau,MissPlumelle,XxGasKanxX"
|
||||
# Ultra SetHome,ActionBar
|
||||
SPIGET_RESOURCES: 96934,2661
|
||||
ports:
|
||||
- "25565:25565"
|
||||
volumes:
|
||||
|
|
Loading…
Reference in New Issue